home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / SUPER_M2.ZIP;1 / SCIENCE.EXE / HELP2.PRN < prev    next >
Encoding:
Text File  |  1988-06-12  |  10.6 KB  |  289 lines

  1.  3. CALCULATOR
  2.  
  3.  
  4.  Press <C> to get the next menu:
  5.  
  6.  Arithmetic  Functions  Units  Statistics  Clear  Help
  7.  
  8.  
  9.  3.1 ARITHMETIC
  10.  
  11.  
  12.  Press <A> to get the next menu:
  13.  
  14.  +  -  *  /  SQRT  X^2  Memory  Help
  15.  
  16.  The mathematical operations are apply on the number in the
  17.  Output/Input display. The <Memory> switch to the next menu:
  18.  
  19.  + M     - M     * M     / M     C M     R M     X M   Help
  20.  
  21.      - The first four menu items apply on the Memory display
  22.  C M - Clear memory
  23.  R M - Recall memory to the Output/Input display
  24.  X M - Exchange the numbers between the Memory and the Output/Input
  25.        displays
  26.  
  27.  
  28.  3.2 FUNCTIONS
  29.  
  30.  
  31.  Press <F> and the next menu will appear:
  32.  
  33.  Calc_func  Edit_func  Help
  34.  
  35.  
  36.  3.2A <E>dit_func
  37.  
  38.  
  39.  Press <E> to get the next menu:
  40.  
  41.  1_Func  2_Func  3_Func  4_Func  5_Func  6_Func  7_Func  Help
  42.  
  43.  1_Func - One variable function
  44.         - The rest are 2 to 7 variables functions
  45.  
  46.  When we choose one of these options a table of the relevant functions
  47.  appears. Using the menu we can scroll through the functions table and
  48.  edit or add names, functions and to give a one line or a full
  49.  description document for the function. The variables names should be
  50.  the following:
  51.  
  52.  1_func - The variable name is OUT or T, for example the function
  53.           @SIN(X) should be written as @SIN(OUT) or @sin(T)
  54.  Other  - The variable names are RG1, RG2, RG3 ... RG7 or A, B, C, D,
  55.           E, F and G, for example the function x^2+y^3+z^4 should be
  56.           written as: +RG1^2+RG2^3+RG3^4 or +A^2+B^3+C^4
  57.  
  58.  We recommend using the RG1.....RG7 and the OUT unless the function
  59.  occupies more than 240 characters.
  60.  
  61.  
  62.  Press <1> to get the next screen:
  63.  
  64. ____________________________________________________________________________
  65.  
  66.  Down  Up  Right  Left  Next  Previous  Edit
  67.  Move one cell down                         [ESC] - Previous menu
  68.              A           B           C           D           E
  69.  1 ====================================================================
  70.  2          Units        |     Output/Input      |        Memory      |
  71.  3 ====================================================================
  72.  4   None                |                  0.00 |                0.00|
  73.  5 ====================================================================
  74.            L            M            N           O           P
  75.  1   sin(x)        COSH(X)
  76.  2   COS(X)        TANH(X)
  77.  3   TAN(X)        CTANH(X)
  78.  4   ASIN(X)       SECH(X)
  79.  5   ACOS(X)       CSCH(X)
  80.  6   ATAN(X)       ASINH(X)
  81.  7   SEC(X)        ATANH(X)
  82.  8   CSC(X)        ACTANH(X)
  83.  9   COT(X)        ASECH(X)
  84.  10  ASEC(X)       ACSCH(X)
  85.  11  ACSC(X)
  86.  12  ACOT(X)
  87.  13  SINH(X)
  88. ____________________________________________________________________________
  89.  
  90.  
  91.  This is a sample of the 1 variable functions in the table. Using the
  92.  first six menu items the user can scroll through the functions, edit
  93.  the names or add new function names. The user can scroll and fill the
  94.  table all the way to row 8192 in 5 columns.
  95.  
  96.  Press <E> to get the next prompt:
  97.  
  98.  Input the new function name -
  99.  
  100.  The user can type a new function name and press the ENTER key or just
  101.  press the ENTER for no changes. The next prompt and screen appear:
  102.  
  103. ____________________________________________________________________________
  104.  
  105.  Type the function -
  106.              A           B           C           D           E
  107.  1 ====================================================================
  108.  2          Units        |     Output/Input      |        Memory      |
  109.  3 ====================================================================
  110.  4   None                |                  0.00 |                0.00|
  111.  5 ====================================================================
  112.                                        Q
  113.  1   @SIN(C4)
  114.  2   @COS(C4)
  115.  3   @TAN(C4)
  116.  4   @ASIN(C4)
  117.  5   @ACOS(OUT)
  118.  6   @ATAN(OUT)
  119.  7   1/@COS(OUT)
  120.  8   1/SIN(OUT)
  121.  9   1/@TAN(OUT)
  122.  10  @ACOS(1/OUT)
  123.  11  @ASIN(1/OUT)
  124. ____________________________________________________________________________
  125.  
  126.  
  127.  This is the functions table, the program is now in the Lotus EDIT
  128.  mode, the user can edit or add a function and than to press the ENTER
  129.  key or just to press the ENTER key for no changes. The user can define
  130.  a spreadsheet which will be retrieved when he chooses the <c>alculate
  131.  option by typing the keyword FN followed by the a file name which holds
  132.  a spreadsheet (like FNC:\LOTUS\CHECBOOK.WK1). When the user uses the
  133.  <c>alculate option the spreadsheet C:\LOTUS\CHECBOOK.WK1 will be
  134.  retrieved and will replace the current program. This way the user can
  135.  use this program as a file manager for all his scientific and
  136.  engineering spreadsheets.
  137.  
  138.  IMPORTANT
  139.  
  140.  All LOTUS rules apply here, the function should be written as a LABEL
  141.  (with a prefix like "'") and than the + or - sign or the @ character.
  142.  The program stores the functions on a separate file FORMULAS.WK1 as
  143.  LABELS. When the user chooses the <c>alculate option the program
  144.  deletes the prefix and the label becomes a formula.
  145.  
  146.  The user can insert 240 character long functions from the keyboard.
  147.  To enable the user to calculate functions with number of variables
  148.  higher than 7, in the case of 7 variable functions, the user can
  149.  define functions with any number of variables (less or equal than 7).
  150.  For example: a 10 variables function can be calculated by splitting
  151.  it to 7 and 3 variables functions in the same table. Then calculate
  152.  the first and put the result in the memory, and than calculate the
  153.  second function and add the result to the memory to get the final
  154.  result.
  155.  
  156.  
  157.  Now the description screen appears:
  158.  
  159. ____________________________________________________________________________
  160.  
  161.  Description -
  162.  
  163.              A           B           C           D           E
  164.  1 ====================================================================
  165.  2          Units        |     Output/Input      |        Memory      |
  166.  3 ====================================================================
  167.  4   None                |                  0.00 |                0.00|
  168.  5 ====================================================================
  169.                                         V
  170.  1   This function calculates the sine of the output number
  171.  2   This function calculates the cosine of the output number
  172.  3
  173.  4
  174.  5
  175.  6
  176.  7
  177.  8
  178.  9
  179.  10
  180.  11
  181. ____________________________________________________________________________
  182.  
  183.  
  184.  The program has two description modes:
  185.  
  186.  1. One line description: type the description and press ENTER or just
  187.     press ENTER for no changes and you are back in the edit menu.
  188.  2. Full document description: type FN followed by the file name you
  189.     want to assign to the description file like: FNC:\LOTUS\CHECBOOK.WK1
  190.     which means that the file is CHECBOOK.WK1 located at drive C: in the
  191.     LOTUS subdirectory (the .WK1 extension. can be omitted). The
  192.     program will switch to EDIT mode where the user can type the
  193.     description document. To move through the description file press the
  194.     DOWN key. Don't press the ENTER key unless you are finished typing.
  195.     The ENTER key exits the EDIT mode. The program can view only 76
  196.     character long lines, therefore start a new line after typing 76
  197.     characters in the previous line.
  198.  
  199.  Note:
  200.  
  201.  If a description file is already exists and you press the ENTER key
  202.  only, the program retrieves the description file.
  203.  
  204.  
  205.                         ***** WARNING *****
  206.  
  207.  Since the program is now in the EDIT mode the Lotus keys are
  208.  operative, however the user is strongly advised to use ONLY the UP,
  209.  PGUP, DOWN and PGDN keys to scroll between the lines, the program
  210.  will not allow scrolling to the sides by hiding all the columns
  211.  except the current column. Trying to unhide the columns MAY destroy
  212.  the program code. For example: if by mistake you have pressed the
  213.  "/" key press ESC to get back to the READY mode and then press F2 to
  214.  enter EDIT mode or just continue to type, or press ENTER to exit
  215.  the description mode.
  216.  
  217.  Type FNCHECBOOK (the file name is CHECBOOK) and press ENTER, the next
  218.  menu appears:
  219.  
  220.  Down  Up  Next  Previous  Edit  Save
  221.  
  222.  Using the first 4 menu items the user can scroll through the
  223.  description.
  224.  
  225.  Press <E> to enter the EDIT mode, when you are finished editing or
  226.  typing the description file press ENTER to return to the previous menu.
  227.  
  228.  Press <S> to save the description file, the next prompt appears:
  229.  
  230.  File name (press ENTER for no changes) -
  231.  
  232.  Type the file name or press ENTER for no changes (CHECBOOK).
  233.  
  234.  As we mentioned earlier if a description file is already exists and
  235.  you press the ENTER key only the program retrieves the file.
  236.  
  237.  
  238.  3.2B <C>alc_func
  239.  
  240.  
  241.  Press <C> to brings the next menu:
  242.  
  243.  1_Func  2_Func  3_Func  4_Func  5_Func  6_Func  7_Func   Help
  244.  
  245.  Choosing one of the menu items brings the relevant functions table.
  246.  Press <1> to get the next screen:
  247.  
  248. ____________________________________________________________________________
  249.  
  250.  Down  Up  Right  Left  Next  Previous  Calculate  Help
  251.  Move one cell down                         [ESC] - Previous menu
  252.              A           B           C           D           E
  253.  1 ====================================================================
  254.  2          Units        |     Output/Input      |        Memory      |
  255.  3 ====================================================================
  256.  4   None                |                  0.00 |                0.00|
  257.  5 ====================================================================
  258.           L            M            N           O           P
  259.  1   sin(x)        COSH(X)
  260.  2   COS(X)        TANH(X)
  261.  3   TAN(X)        CTANH(X)
  262.  4   ASIN(X)       SECH(X)
  263.  5   ACOS(X)       CSCH(X)
  264.  6   ATAN(X)       ASINH(X)
  265.  7   SEC(X)        ATANH(X)
  266.  8   CSC(X)        ACTANH(X)
  267.  9   COT(X)        ASECH(X)
  268.  10  ASEC(X)       ACSCH(X)
  269.  11  ACSC(X)
  270.  12  ACOT(X)
  271.  13  SINH(X)
  272. ____________________________________________________________________________
  273.  
  274.  
  275.  The first 6 menu items control the cursor (highlight) movement. The
  276.  <Calculate> item calculates the functions. In all cases the program
  277.  prompts the user to insert the values for RG1 to RG7 depends on the
  278.  number of variables.
  279.  
  280.  REMEMBER:
  281.  
  282.  1. In the case of 7_func the user can define functions with less than
  283.     7 variables, for example: if the user wants to calculate 2
  284.     variables function he needs to give values for RG1 and RG2 and to
  285.     press only the ENTER key when the prompt asks for RG3.
  286.  2. If instead of a function the program finds the keyword FN at the
  287.     beginning of the function string the program will retrieve the
  288.     spreadsheet with the file name follows the FN keyword.
  289.